home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000140,$000001A7,$00000298,$00000135,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$0000013C,$0000002A,$0000029B,$0000015C,$00000000,$FFFFFF30,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oHighlight_Sound2,
- oBlack3,
- oLanguage4
- ];
- end;
-
- object oHighlight_Sound2 is cSound
- with
- Name is "Highlight Sound";
- Enabled is false; Shown is false;
- AdjustX is AlignToLeft; AdjustY is AlignToTop;
-
-
- URL is "../GUI/Sounds/Highlight.wav";
- Buffered is true;
- end;
-
- object oBlack3 is cBox
- with
- Flags is $00000010;
- Name is "Black";
- Enabled is false;
-
- AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight;
-
- Kind is DrawOpaque;
- end;
-
- object oLanguage4 is cImage
- with
- Flags is $00000104;
- Name is "Language";
- Enabled is false;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../GUI/Start/Language.pic";
-
-
- Elements is [
- oL15,
- oL26,
- oL37
- ];
- end;
-
- object oL15 is cKR_Image
- with
- Flags is $00000144;
- Name is "L1";
- Shown is false;
- X is 84; Y is 185;
-
-
- URL is "../GUI/Start/L1.pic";
-
-
- Behavior is oKR_SimpleHighlight;
-
-
- Events is [
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cKR_ScriptCommand
- with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_LanguageControl;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is 1; end
- ];
- end,
- cBrowseCommand
- with All is true; URL is "Splash.k"; end
- ];
- end,
- cMouseEnterEvent
- with
- Commands is [
- cRunCommand
- with Target is oHighlight_Sound2; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oL26 is cKR_Image
- with
- Flags is $00000144;
- Name is "L2";
- Shown is false;
- X is 178; Y is 215;
-
-
- URL is "../GUI/Start/L2.pic";
-
-
- Behavior is oKR_SimpleHighlight;
-
-
- Events is [
- cMouseUpEvent
- with Flag is true;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00000004; ScriptGroup is "Web-Fix 2 Init"; Script is oWF_LanguageControl;
- Commands is [
- cKR_ScriptParameter
- with ParameterIsCookie is false; ParameterValue is 2; end
- ];
- end,
- cBrowseCommand
- with All is true; URL is "Splash.k"; end
- ];
- end,
- cMouseEnterEvent
- with
- Commands is [
- cRunCommand
- with Target is oHighlight_Sound2; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oL37 is cKR_Image
- with
- Flags is $00008145;
- Name is "L3";
- Shown is false;
- X is 266; Y is 177;
-
-
- URL is "../GUI/Start/L3.pic";
-
-
- Behavior is oKR_SimpleHighlight;
-
-
- Events is [
- cMouseUpEvent
- with Flags is $00004000; Flag is true;
- Commands is [
- cKR_ScriptCommand
- with Flags is $00004004; ScriptGroup is "Web-Fix 2 Init"; Script is oWF_LanguageControl;
- Commands is [
- cKR_ScriptParameter
- with Flags is $00004000; ParameterIsCookie is false; ParameterValue is 3; end
- ];
- end,
- cBrowseCommand
- with Flags is $00004000; All is true; URL is "Splash.k"; end
- ];
- end,
- cMouseEnterEvent
- with Flags is $00004000;
- Commands is [
- cRunCommand
- with Flags is $00004000; Target is oHighlight_Sound2; Rewind is true; end
- ];
- end
- ];
- end;